home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 November / PCWorld_2006-11_cd.bin / multimedia / textaloud / TA2210.exe / {app} / InstallFirefoxExtension.exe / RCDATA / TBASESURVEYFORM / TBASESURVEYFORM.txt
Text File  |  2006-03-09  |  2KB  |  96 lines

  1. object BaseSurveyForm: TBaseSurveyForm
  2.   Left = 425
  3.   Top = 330
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'We would love to know what you think...'
  7.   ClientHeight = 187
  8.   ClientWidth = 409
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 120
  22.     Width = 377
  23.     Height = 17
  24.     Alignment = taCenter
  25.     AutoSize = False
  26.     Caption = 'Would you like to fill out the survey now?'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -13
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = [fsBold]
  32.     ParentFont = False
  33.   end
  34.   object Memo1: TMemo
  35.     Left = 8
  36.     Top = 8
  37.     Width = 393
  38.     Height = 97
  39.     Alignment = taCenter
  40.     BorderStyle = bsNone
  41.     Font.Charset = DEFAULT_CHARSET
  42.     Font.Color = clWindowText
  43.     Font.Height = -11
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = [fsBold]
  46.     Lines.Strings = (
  47.       
  48.         'Please take 1 minute to fill out a short, private survey letting' +
  49.         ' us '
  50.       'know what you think of this program. '
  51.       ''
  52.       'It will give you a chance to tell '
  53.       
  54.         'us about what you like, what you don'#39't like, make suggestions, a' +
  55.         'sk '
  56.       
  57.         'questions, and tell us about any problems you had. You'#39'll also g' +
  58.         'et a '
  59.       'chance to win a free Shareware CD.'
  60.       '')
  61.     ParentFont = False
  62.     ReadOnly = True
  63.     TabOrder = 0
  64.   end
  65.   object YesButton: TButton
  66.     Left = 48
  67.     Top = 152
  68.     Width = 75
  69.     Height = 25
  70.     Caption = '&Yes'
  71.     Default = True
  72.     ModalResult = 6
  73.     TabOrder = 1
  74.   end
  75.   object LaterButton: TButton
  76.     Left = 160
  77.     Top = 152
  78.     Width = 89
  79.     Height = 25
  80.     Caption = '&Ask Me Later'
  81.     Default = True
  82.     ModalResult = 2
  83.     TabOrder = 2
  84.   end
  85.   object NeverButton: TButton
  86.     Left = 288
  87.     Top = 152
  88.     Width = 75
  89.     Height = 25
  90.     Caption = '&Never'
  91.     Default = True
  92.     ModalResult = 7
  93.     TabOrder = 3
  94.   end
  95. end
  96.